From cd49de04e83557ad354f6ed810059f7372a604e3 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Fri, 17 Jan 2025 13:39:31 +0800 Subject: [PATCH] github: Add "Bug" issue type to BUG_REPORT template Signed-off-by: Claudio Cambra --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 5ada2ce09..7650570c8 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -2,6 +2,7 @@ name: "🐞 Bug report" description: "Help us to improve by reporting a bug" title: "[Bug]: " labels: ["bug", "0. Needs triage"] +type: "Bug" body: - type: markdown attributes: -- 2.30.2